home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / UTILS / C--EX101.ZIP / README.DOC
Encoding:
Text File  |  1994-11-14  |  3.2 KB  |  94 lines

  1. INTRO TO SPHINX C-- EXAMPLES (updated 14 Nov 1994)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. C-- is now distributed in two ZIP files (one was too big for some):
  5.     C--C????.ZIP  === SPHINX C-- Compiler, Work Bench and header files.
  6.     C--EX???.ZIP  === all the example programs for SPHINX C--.
  7.  
  8. This is version 1.01 of SPHINX C-- Example Programs Package.  This ZIP file 
  9. should be named C--EX101.ZIP.
  10.  
  11. In order to use the example programs in this ZIP file, you must also have the
  12. other ZIP file (C--C????.ZIP).
  13.  
  14. At time of release of this ZIP file, the most current version of C-- is 0.202
  15. and should be found in a ZIP file called C--C0202.ZIP.
  16.  
  17.     
  18. FILE LIST:
  19. ~~~~~~~~~~
  20. The following files should be included in the SPHINX C-- Example package:
  21.  
  22. .\GUS\*.*       // Gravis Ultra Sound example programs
  23. .\OBJ\*.*       // OBJ file output example programs
  24. .\OTHER\*.*     // Misc. example programs
  25. .\ROCK\*.*      // VGA game example program
  26. .\SBLASTER\*.*  // Sound blaster example programs
  27. .\SIMPLE\*.*    // Small and simple example programs
  28. .\SYSTEM\*.*    // System detection example programs
  29. .\TSR\*.*       // Terminate and Stay Resident example programs
  30. .\VGA\*.*       // VGA example programs
  31. .\README.DOC    // This file your reading
  32.  
  33. NOTE:  I do not take credit (or blame) for EURO_MOD.EXE, it is supplied as a
  34.        usefully utility which can be accessed via a C-- header file.  It is
  35.        free and, as far as I understand, can be used and distributed by 
  36.        anyone for anyone.
  37.  
  38.  
  39. HOW TO START:
  40. ~~~~~~~~~~~~~
  41. UnZIP this file anywhere you want, just remember to use the '-d' option so 
  42. that the directory structure is also extracted.
  43.  
  44.  
  45. THE PRICE:
  46. ~~~~~~~~~~
  47. This version of C-- and its examples are GREENWARE, and you are free to use 
  48. it so long as you make an effort everyday to help out the environment.  A few 
  49. ideas:
  50.     - use only recycled computer paper
  51.     - be sure to recycle the computer paper after you use it
  52.     - use public transport
  53.     - sell that 80 cylinder car of yours and buy a small 4 cylinder, or
  54.       better yet, buy a motorbike
  55.     - support Green Peace
  56.     - REDUCE-REUSE-recycle
  57.     - stop smoking
  58.     - ride a bike to work or school
  59.     - don't buy products that are harmful to the environment
  60.     - stop using weed killers on your lawn
  61.     - support Friends of the Earth
  62.     - recycle your cans
  63.     - don't buy products that have lots of extra packaging
  64.     - use a fax modem instead of a paper fax machine
  65.     - reuse your plastic bags
  66.     - (you get the idea)
  67.  
  68.  
  69. DISCLAIMER:
  70. ~~~~~~~~~~~
  71. I accept no responsibility for any damage or loss of time, hardware, sanity, 
  72. software or data caused by this product or programs made with it.  So there!
  73.  
  74.  
  75. FINAL NOTES:
  76. ~~~~~~~~~~~~
  77. Any programs you make with C-- you may do with as you wish.  I would greatly
  78. appreciate any feedback you can give me.  I am sure you are going to find
  79. some things which I have overlooked, that you feel must be added or changed.
  80. Send me your suggestions or comments, maybe even some code you have written,
  81. I would like them very much.
  82.  
  83. I can be contacted at:   PETER SPHINX CELLIK
  84.              RR#2 SITE 33 C11
  85.              GABRIOLA ISLAND B.C.
  86.              V0R 1X0
  87.              CANADA
  88.  
  89. Current E-mail Address:  cellik@sfu.ca
  90.  
  91. Hope to hear from you soon.
  92.  
  93. /* end of README.DOC */
  94.